inside coder_upgrade_convert_return inside coder_upgrade_convert_return_loop Use case 2: Assignment variable matches return variable inside coder_upgrade_callback_return_case1 Use case 3: Assignment variable includes return variable variable has one index inside coder_upgrade_callback_return_case3 Use case 3: Assignment variable includes return variable variable has one index inside coder_upgrade_callback_return_case3 Use case 3: Assignment variable includes return variable variable has one index inside coder_upgrade_callback_return_case3 Use case 3: Assignment variable includes return variable variable has one index inside coder_upgrade_callback_return_case3 Use case 3: Assignment variable includes return variable variable has one index inside coder_upgrade_callback_return_case3 Use case 3: Assignment variable includes return variable variable has one index inside coder_upgrade_callback_return_case3 Use case 3: Assignment variable includes return variable variable has one index inside coder_upgrade_callback_return_case3 Use case 3: Assignment variable includes return variable variable has one index inside coder_upgrade_callback_return_case3 Use case 3: Assignment variable includes return variable variable has one index inside coder_upgrade_callback_return_case3 Use case 3: Assignment variable includes return variable variable has one index inside coder_upgrade_callback_return_case3 Use case 3: Assignment variable includes return variable variable has one index inside coder_upgrade_callback_return_case3 Use case 3: Assignment variable includes return variable variable has one index inside coder_upgrade_callback_return_case3 Use case 3: Assignment variable includes return variable variable has one index inside coder_upgrade_callback_return_case3 Use case 3: Assignment variable includes return variable variable has one index inside coder_upgrade_callback_return_case3 Use case 3: Assignment variable includes return variable variable has one index inside coder_upgrade_callback_return_case3 Use case 3: Assignment variable includes return variable variable has one index inside coder_upgrade_callback_return_case3 Array ( [0] => quotes_admin_settings [1] => quotes_blocks_settings [2] => quotes_export [3] => quotes_bios [4] => _quotes_block_delete ) inside coder_upgrade_upgrade_regex_alter inside coder_upgrade_convert_function_calls $values ==> Array ( ) $matches ==> Array ( ) filter_formats index = '' $values ==> Array ( [0] => $name ) $matches ==> Array ( [0] => SELECT COUNT(*) FROM {quotes_blocks} qb WHERE qb.name = '%s' [1] => SELECT COUNT(*) FROM {quotes_blocks} qb WHERE [2] => qb.name = '%s' ) $conditions ==> Array ( [0] => Array ( [0] => qb.name = '%s' ) [1] => Array ( [0] => qb.name ) [2] => Array ( [0] => = ) [3] => Array ( [0] => ) [4] => Array ( [0] => ) [5] => Array ( [0] => ) [6] => Array ( [0] => ) ) params Array ( [:qb.name] => $name ) string array(':qb.name' => $name) $string ==> array(':qb.name' => $name) $values ==> Array ( [0] => trim($form_state['values']['name']) ) Array ( [0] => INSERT INTO {quotes_blocks} (name, block_type, nid_filter, aid_filter, rid_filter, uid_filter, tid_filter, cron_interval, cron_step, cron_last, vid) VALUES ('%s', 0, '', '', '', '', '', 0, 0, 0, 0) [1] => quotes_blocks [2] => name, block_type, nid_filter, aid_filter, rid_filter, uid_filter, tid_filter, cron_interval, cron_step, cron_last, vid [3] => '%s', 0, '', '', '', '', '', 0, 0, 0, 0 ) Array ( [name] => '%s' [block_type] => 0 [nid_filter] => '' [aid_filter] => '' [rid_filter] => '' [uid_filter] => '' [tid_filter] => '' [cron_interval] => 0 [cron_step] => 0 [cron_last] => 0 [vid] => 0 ) Array ( [0] => $id = db_insert('quotes_blocks') [1] => ->fields(array( [2] => 'name' => trim($form_state['values']['name']), [3] => 'block_type' => 0, [4] => 'nid_filter' => '', [5] => 'aid_filter' => '', [6] => 'rid_filter' => '', [7] => 'uid_filter' => '', [8] => 'tid_filter' => '', [9] => 'cron_interval' => 0, [10] => 'cron_step' => 0, [11] => 'cron_last' => 0, [12] => 'vid' => 0, [13] => )) [14] => ->execute(); ) $id = db_insert('quotes_blocks') ->fields(array( 'name' => trim($form_state['values']['name']), 'block_type' => 0, 'nid_filter' => '', 'aid_filter' => '', 'rid_filter' => '', 'uid_filter' => '', 'tid_filter' => '', 'cron_interval' => 0, 'cron_step' => 0, 'cron_last' => 0, 'vid' => 0, )) ->execute(); $values ==> Array ( ) $matches ==> Array ( ) params Array ( [rows] => $rows ) string array('rows' => $rows) params Array ( [rows] => $rows [header] => $header ) string array('header' => $header, 'rows' => $rows) params Array ( [rows] => array(array(array('data' => t('No blocks are defined.'), 'colspan' => 4))) ) string array('rows' => array(array(array('data' => t('No blocks are defined.'), 'colspan' => 4)))) params Array ( [rows] => array(array(array('data' => t('No blocks are defined.'), 'colspan' => 4))) [header] => $header ) string array('header' => $header, 'rows' => array(array(array('data' => t('No blocks are defined.'), 'colspan' => 4)))) $values ==> Array ( [0] => $bid ) $matches ==> Array ( [0] => SELECT qb.name FROM {quotes_blocks} qb WHERE qb.bid = %d [1] => SELECT qb.name FROM {quotes_blocks} qb WHERE [2] => qb.bid = %d ) $conditions ==> Array ( [0] => Array ( [0] => qb.bid = %d ) [1] => Array ( [0] => qb.bid ) [2] => Array ( [0] => = ) [3] => Array ( [0] => ) [4] => Array ( [0] => ) [5] => Array ( [0] => ) [6] => Array ( [0] => ) ) params Array ( [:qb.bid] => $bid ) string array(':qb.bid' => $bid) $string ==> array(':qb.bid' => $bid) $values ==> Array ( [0] => $form_state['values']['bid'] ) Array ( [0] => DELETE FROM {quotes_blocks} WHERE bid = %d [1] => quotes_blocks [2] => bid = %d ) Array ( [0] => db_delete('quotes_blocks') [1] => ->condition('bid', $form_state['values']['bid']) [2] => ->execute(); ) db_delete('quotes_blocks') ->condition('bid', $form_state['values']['bid']) ->execute(); $values ==> Array ( [0] => $aid ) $matches ==> Array ( [0] => SELECT * FROM {quotes_authors} WHERE aid=%d [1] => SELECT * FROM {quotes_authors} WHERE [2] => aid=%d ) $conditions ==> Array ( [0] => Array ( [0] => aid=%d ) [1] => Array ( [0] => aid ) [2] => Array ( [0] => = ) [3] => Array ( [0] => ) [4] => Array ( [0] => ) [5] => Array ( [0] => ) [6] => Array ( [0] => ) ) params Array ( [:aid] => $aid ) string array(':aid' => $aid) $string ==> array(':aid' => $aid) $values ==> Array ( [0] => $vals ) Array ( [0] => UPDATE {quotes_authors} SET bio='%s' WHERE aid=%d [1] => quotes_authors [2] => bio='%s' [3] => aid=%d ) Array ( [0] => bio='%s' ) Array ( [0] => db_update('quotes_authors') [1] => ->fields(array( [2] => 'bio' => $vals, [3] => )) [4] => ->condition('aid', ) [5] => ->execute(); ) db_update('quotes_authors') ->fields(array( 'bio' => $vals, )) ->condition('aid', ) ->execute(); inside coder_upgrade_convert_functions name = quotes_admin_settings_page hook = admin_settings_page inside coder_upgrade_upgrade_hook_alter quotes_admin_settings_page name = quotes_admin_settings hook = admin_settings inside coder_upgrade_upgrade_hook_alter quotes_admin_settings inside coder_upgrade_convert_form_callback name = _quotes_settings_form_submit name = quotes_export hook = export inside coder_upgrade_upgrade_hook_alter quotes_export inside coder_upgrade_convert_form_callback name = _quotes_escape_newlines name = quotes_blocks_settings hook = blocks_settings inside coder_upgrade_upgrade_hook_alter quotes_blocks_settings inside coder_upgrade_convert_form_callback name = quotes_blocks_settings_validate hook = blocks_settings_validate inside coder_upgrade_upgrade_hook_alter quotes_blocks_settings_validate name = quotes_blocks_settings_submit hook = blocks_settings_submit inside coder_upgrade_upgrade_hook_alter quotes_blocks_settings_submit name = theme_quotes_blocks_settings hook = uotes_blocks_settings inside coder_upgrade_upgrade_hook_alter theme_quotes_blocks_settings name = _quotes_block_delete name = _quotes_block_delete_submit name = quotes_bios hook = bios inside coder_upgrade_upgrade_hook_alter quotes_bios inside coder_upgrade_convert_form_callback name = quotes_bios_submit hook = bios_submit inside coder_upgrade_upgrade_hook_alter quotes_bios_submit inside coder_upgrade_upgrade_regex_info_alter inside coder_upgrade_upgrade_regex_alter inside coder_upgrade_convert_function_calls $values ==> Array ( ) $matches ==> Array ( ) $values ==> Array ( ) $matches ==> Array ( ) $values ==> Array ( ) $matches ==> Array ( ) $values ==> Array ( ) Array ( [0] => DELETE FROM {variable} WHERE name LIKE ('quotes_more_%') [1] => variable [2] => name LIKE ('quotes_more_%') ) Array ( [0] => db_delete('variable') [1] => ->where('name LIKE ('quotes_more_%')', ) [2] => ->execute(); ) db_delete('variable') ->where('name LIKE ('quotes_more_%')', ) ->execute(); $values ==> Array ( ) $matches ==> Array ( [0] => SELECT nid FROM {node} WHERE type = 'quotes' [1] => SELECT nid FROM {node} WHERE [2] => type = 'quotes' ) $conditions ==> Array ( [0] => Array ( [0] => type = 'quotes' ) [1] => Array ( [0] => ) [2] => Array ( [0] => ) [3] => Array ( [0] => type ) [4] => Array ( [0] => = ) [5] => Array ( [0] => 'quotes' ) [6] => Array ( [0] => ) ) params Array ( [:type] => 'quotes' ) string array(':type' => 'quotes') $string ==> array(':type' => 'quotes') $values ==> Array ( ) Array ( [0] => DELETE FROM {block} WHERE module='quotes' [1] => block [2] => module='quotes' ) Array ( [0] => db_delete('block') [1] => ->condition('module', 'quotes') [2] => ->execute(); ) db_delete('block') ->condition('module', 'quotes') ->execute(); inside coder_upgrade_convert_functions name = quotes_schema hook = schema inside coder_upgrade_convert_schema PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 334 (T_RETURN) ) [type] => 334 (T_RETURN) [name] => Array ( [type] => 334 (T_RETURN) [value] => return ) [noparens] => 1 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => PGPOperand ( [type] => 308 (T_VARIABLE) [value] => $schema ) ) ) [debug] => ) inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_convert_schema_callback inside coder_upgrade_upgrade_hook_alter quotes_schema name = quotes_install hook = install inside coder_upgrade_convert_install PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => drupal_install_schema ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'quotes' ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) drupal_install_schema('quotes') inside coder_upgrade_upgrade_hook_alter quotes_install name = quotes_update_6100 hook = update_6100 inside coder_upgrade_convert_update_N inside coder_upgrade_upgrade_hook_alter quotes_update_6100 name = quotes_update_6101 hook = update_6101 inside coder_upgrade_convert_update_N inside coder_upgrade_upgrade_hook_alter quotes_update_6101 name = quotes_update_6102 hook = update_6102 inside coder_upgrade_convert_update_N inside coder_upgrade_upgrade_hook_alter quotes_update_6102 name = quotes_update_6103 hook = update_6103 inside coder_upgrade_convert_update_N inside coder_upgrade_upgrade_hook_alter quotes_update_6103 name = quotes_update_6104 hook = update_6104 inside coder_upgrade_convert_update_N inside coder_upgrade_upgrade_hook_alter quotes_update_6104 name = quotes_update_6105 hook = update_6105 inside coder_upgrade_convert_update_N inside coder_upgrade_upgrade_hook_alter quotes_update_6105 name = quotes_update_6106 hook = update_6106 inside coder_upgrade_convert_update_N inside coder_upgrade_upgrade_hook_alter quotes_update_6106 name = quotes_uninstall hook = uninstall inside coder_upgrade_convert_install PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => variable_del ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'quotes_author_bio' ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) variable_del('quotes_author_bio') PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => variable_del ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'quotes_author_link' ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) variable_del('quotes_author_link') PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => variable_del ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'quotes_block_citation' ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) variable_del('quotes_block_citation') PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => variable_del ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'quotes_block_view_text' ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) variable_del('quotes_block_view_text') PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => variable_del ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'quotes_block_view_weight' ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) variable_del('quotes_block_view_weight') PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => variable_del ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'quotes_leader' ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) variable_del('quotes_leader') PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => variable_del ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'quotes_node_view_link' ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) variable_del('quotes_node_view_link') PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => variable_del ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'quotes_node_view_weight' ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) variable_del('quotes_node_view_weight') PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => variable_del ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'quotes_per_page' ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) variable_del('quotes_per_page') PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => variable_del ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'quotes_show_myquotes' ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) variable_del('quotes_show_myquotes') PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => variable_del ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'quotes_showlink' ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) variable_del('quotes_showlink') PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => variable_del ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'quotes_user_recent' ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) variable_del('quotes_user_recent') PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => variable_del ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'quotes_block_max_length' ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) variable_del('quotes_block_max_length') PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => variable_del ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'quotes_edit_link' ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) variable_del('quotes_edit_link') PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => variable_del ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'quotes_show_myquotes_original' ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) variable_del('quotes_show_myquotes_original') PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => db_query ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => "DELETE FROM {variable} WHERE name LIKE ('quotes_more_%')" ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) db_query("DELETE FROM {variable} WHERE name LIKE ('quotes_more_%')") PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 [value] => db_delete ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 [value] => 'variable' ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) [whitespace] => [operator2] => -> [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 [value] => where ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 [value] => 'name LIKE (' ) [operand] => PGPOperand ( [type] => 306 [value] => quotes_more_ ) [operator] => % [operand] => Array ( [type] => 314 [value] => ')' ) ) [1] => PGPExpression ( [whitespace] => ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) [whitespace] => [operator2] => -> [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 [value] => execute ) [noparens] => 0 [parameters] => PGPList ( ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) db_delete('variable') ->where('name LIKE (' quotes_more_ % ')', ) ->execute() Array ( [type] => 369 (T_WHITESPACE) [value] => 1 ) Array ( [type] => 364 (T_COMMENT) [value] => // Remove all Quotes nodes. [append] => 0 ) PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPOperand ( [type] => 308 (T_VARIABLE) [value] => $result ) [assign] => = [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => db_query ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 [value] => "SELECT nid FROM {node} WHERE type = :type" ) ) [1] => PGPExpression ( [operand] => PGPArray ( [type] => 358 [multiline] => 0 [original] => [preserve] => 1 [count] => 1 [commaCount] => 0 [values] => PGPList ( [lparens] => ( [key] => PGPExpression ( [operand] => Array ( [type] => 314 [value] => ':type' ) ) [assign] => => [value] => PGPExpression ( [operand] => Array ( [type] => 314 [value] => 'quotes' ) ) ) [debug] => ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) $result = db_query("SELECT nid FROM {node} WHERE type = :type", array(':type' => 'quotes')) PGPConditional ( [comment] => [type] => 317 (T_WHILE) [conditions] => PGPList ( [condition] => PGPExpression ( [operand] => PGPOperand ( [type] => 308 (T_VARIABLE) [value] => $obj ) [assign] => = [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 317 (T_WHILE) ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => db_fetch_object ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => PGPOperand ( [type] => 308 (T_VARIABLE) [value] => $result ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [nobraces] => 0 [body] => PGPBody ( [0] => PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => node_delete ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => PGPOperand ( [type] => 308 (T_VARIABLE) [value] => $obj [operator2] => -> [operand] => PGPOperand ( [type] => 306 (T_STRING) [value] => nid ) ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) ) [debug] => ) PGPAssignment ( [type] => 602 [values] => PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => drupal_uninstall_schema ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'quotes' ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) ) ) [debug] => ) drupal_uninstall_schema('quotes') inside coder_upgrade_upgrade_hook_alter quotes_uninstall inside coder_upgrade_convert_install_file_comment inside coder_upgrade_upgrade_regex_alter inside coder_upgrade_convert_function_calls $values ==> Array ( ) $matches ==> Array ( [0] => SELECT link_title FROM {menu_links} WHERE router_path = 'quotes' [1] => SELECT link_title FROM {menu_links} WHERE [2] => router_path = 'quotes' ) $conditions ==> Array ( [0] => Array ( [0] => router_path = 'quotes' ) [1] => Array ( [0] => ) [2] => Array ( [0] => ) [3] => Array ( [0] => router_path ) [4] => Array ( [0] => = ) [5] => Array ( [0] => 'quotes' ) [6] => Array ( [0] => ) ) params Array ( [:router_path] => 'quotes' ) string array(':router_path' => 'quotes') $string ==> array(':router_path' => 'quotes') PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => drupal_get_path ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'module' ) ) [1] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'quotes' ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) [operator] => . [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => '/quotes.css' ) ) ) $values ==> Array ( [0] => $node->vid ) $matches ==> Array ( [0] => SELECT a.aid AS quotes_aid, a.name AS quotes_author, a.bio AS quotes_bio, q.citation AS quotes_citation, q.promote AS quotes_promote FROM {quotes} q JOIN {quotes_authors} a USING (aid) WHERE q.vid = %d [1] => SELECT a.aid AS quotes_aid, a.name AS quotes_author, a.bio AS quotes_bio, q.citation AS quotes_citation, q.promote AS quotes_promote FROM {quotes} q JOIN {quotes_authors} a USING (aid) WHERE [2] => q.vid = %d ) $conditions ==> Array ( [0] => Array ( [0] => q.vid = %d ) [1] => Array ( [0] => q.vid ) [2] => Array ( [0] => = ) [3] => Array ( [0] => ) [4] => Array ( [0] => ) [5] => Array ( [0] => ) [6] => Array ( [0] => ) ) params Array ( [:q.vid] => $node->vid ) string array(':q.vid' => $node->vid) $string ==> array(':q.vid' => $node->vid) $values ==> Array ( [0] => $node->nid [1] => $node->vid [2] => $aid [3] => $node->quotes_citation [4] => $node->quotes_promote ) Array ( [0] => INSERT INTO {quotes} (nid, vid, aid, citation, promote) VALUES (%d, %d, '%d', '%s', %d) [1] => quotes [2] => nid, vid, aid, citation, promote [3] => %d, %d, '%d', '%s', %d ) Array ( [nid] => %d [vid] => %d [aid] => '%d' [citation] => '%s' [promote] => %d ) Array ( [0] => $id = db_insert('quotes') [1] => ->fields(array( [2] => 'nid' => $node->nid, [3] => 'vid' => $node->vid, [4] => 'aid' => $aid, [5] => 'citation' => $node->quotes_citation, [6] => 'promote' => $node->quotes_promote, [7] => )) [8] => ->execute(); ) $id = db_insert('quotes') ->fields(array( 'nid' => $node->nid, 'vid' => $node->vid, 'aid' => $aid, 'citation' => $node->quotes_citation, 'promote' => $node->quotes_promote, )) ->execute(); $values ==> Array ( [0] => $node->title [1] => $node->vid ) Array ( [0] => UPDATE {node} SET title = '%s' WHERE vid = %d [1] => node [2] => title = '%s' [3] => vid = %d ) Array ( [0] => title = '%s' ) Array ( [0] => db_update('node') [1] => ->fields(array( [2] => 'title' => $node->title, [3] => )) [4] => ->condition('vid', $node->vid) [5] => ->execute(); ) db_update('node') ->fields(array( 'title' => $node->title, )) ->condition('vid', $node->vid) ->execute(); $values ==> Array ( [0] => $node->title [1] => $node->vid ) Array ( [0] => UPDATE {node_revisions} SET title = '%s' WHERE vid = %d [1] => node_revisions [2] => title = '%s' [3] => vid = %d ) Array ( [0] => title = '%s' ) Array ( [0] => db_update('node_revisions') [1] => ->fields(array( [2] => 'title' => $node->title, [3] => )) [4] => ->condition('vid', $node->vid) [5] => ->execute(); ) db_update('node_revisions') ->fields(array( 'title' => $node->title, )) ->condition('vid', $node->vid) ->execute(); $values ==> Array ( [0] => $author ) $matches ==> Array ( [0] => SELECT qa.aid FROM {quotes_authors} qa WHERE qa.name='%s' [1] => SELECT qa.aid FROM {quotes_authors} qa WHERE [2] => qa.name='%s' ) $conditions ==> Array ( [0] => Array ( [0] => qa.name='%s' ) [1] => Array ( [0] => qa.name ) [2] => Array ( [0] => = ) [3] => Array ( [0] => ) [4] => Array ( [0] => ) [5] => Array ( [0] => ) [6] => Array ( [0] => ) ) params Array ( [:qa.name] => $author ) string array(':qa.name' => $author) $string ==> array(':qa.name' => $author) $values ==> Array ( [0] => $author ) Array ( [0] => INSERT INTO {quotes_authors} (name) VALUES ('%s') [1] => quotes_authors [2] => name [3] => '%s' ) Array ( [name] => '%s' ) Array ( [0] => $id = db_insert('quotes_authors') [1] => ->fields(array( [2] => 'name' => $author, [3] => )) [4] => ->execute(); ) $id = db_insert('quotes_authors') ->fields(array( 'name' => $author, )) ->execute(); $values ==> Array ( [0] => $aid [1] => $node->quotes_citation [2] => $node->quotes_promote [3] => $node->nid [4] => $node->vid ) Array ( [0] => UPDATE {quotes} SET aid='%d', citation='%s', promote=%d WHERE nid=%d AND vid=%d [1] => quotes [2] => aid='%d', citation='%s', promote=%d [3] => nid=%d AND vid=%d ) Array ( [0] => aid='%d' [1] => citation='%s' [2] => promote=%d ) Array ( [0] => db_update('quotes') [1] => ->fields(array( [2] => 'aid' => $aid, [3] => 'citation' => $node->quotes_citation, [4] => 'promote' => $node->quotes_promote, [5] => )) [6] => ->condition('nid', $node->nid) ->condition('vid', $node->vid) [7] => ->execute(); ) db_update('quotes') ->fields(array( 'aid' => $aid, 'citation' => $node->quotes_citation, 'promote' => $node->quotes_promote, )) ->condition('nid', $node->nid) ->condition('vid', $node->vid) ->execute(); $values ==> Array ( [0] => $aid ) $matches ==> Array ( [0] => SELECT COUNT(q.nid) FROM {quotes} q WHERE q.aid='%d' [1] => SELECT COUNT(q.nid) FROM {quotes} q WHERE [2] => q.aid='%d' ) $conditions ==> Array ( [0] => Array ( [0] => q.aid='%d' ) [1] => Array ( [0] => q.aid ) [2] => Array ( [0] => = ) [3] => Array ( [0] => ) [4] => Array ( [0] => ) [5] => Array ( [0] => ) [6] => Array ( [0] => ) ) params Array ( [:q.aid] => $aid ) string array(':q.aid' => $aid) $string ==> array(':q.aid' => $aid) $values ==> Array ( [0] => $aid ) Array ( [0] => DELETE FROM {quotes_authors} WHERE aid = %d [1] => quotes_authors [2] => aid = %d ) Array ( [0] => db_delete('quotes_authors') [1] => ->condition('aid', $aid) [2] => ->execute(); ) db_delete('quotes_authors') ->condition('aid', $aid) ->execute(); $values ==> Array ( [0] => $node->nid ) Array ( [0] => DELETE FROM {quotes} WHERE nid = %d [1] => quotes [2] => nid = %d ) Array ( [0] => db_delete('quotes') [1] => ->condition('nid', $node->nid) [2] => ->execute(); ) db_delete('quotes') ->condition('nid', $node->nid) ->execute(); params Array ( [node] => $quote ) string array('node' => $quote) params Array ( [title] => t('!count quotes will be imported:', array('!count' => count($quotes))) ) string array('title' => t('!count quotes will be imported:', array('!count' => count($quotes)))) params Array ( [title] => t('!count quotes will be imported:', array('!count' => count($quotes))) [items] => $quotes ) string array('items' => $quotes, 'title' => t('!count quotes will be imported:', array('!count' => count($quotes)))) params Array ( [] => $max_length ) string array('' => $max_length) params Array ( [] => FALSE ) string array('' => FALSE, '' => $max_length) params Array ( [] => FALSE [teaser] => $teaser ) string array('teaser' => $teaser, '' => FALSE, '' => $max_length) params Array ( [] => FALSE [teaser] => $teaser [node] => $node ) string array('node' => $node, 'teaser' => $teaser, '' => FALSE, '' => $max_length) $values ==> Array ( ) $matches ==> Array ( ) $values ==> Array ( [0] => $delta ) $matches ==> Array ( [0] => SELECT qb.* FROM {quotes_blocks} qb WHERE qb.bid=%d [1] => SELECT qb.* FROM {quotes_blocks} qb WHERE [2] => qb.bid=%d ) $conditions ==> Array ( [0] => Array ( [0] => qb.bid=%d ) [1] => Array ( [0] => qb.bid ) [2] => Array ( [0] => = ) [3] => Array ( [0] => ) [4] => Array ( [0] => ) [5] => Array ( [0] => ) [6] => Array ( [0] => ) ) params Array ( [:qb.bid] => $delta ) string array(':qb.bid' => $delta) $string ==> array(':qb.bid' => $delta) PGPExpression ( [operand] => PGPOperand ( [type] => 306 [value] => REQUEST_TIME ) ) PGPExpression ( [operand] => PGPOperand ( [type] => 306 [value] => REQUEST_TIME ) ) $values ==> Array ( [0] => $block['vid'][0] [1] => REQUEST_TIME [2] => $delta ) Array ( [0] => UPDATE {quotes_blocks} SET vid=%d, cron_last=%d WHERE bid=%d [1] => quotes_blocks [2] => vid=%d, cron_last=%d [3] => bid=%d ) Array ( [0] => vid=%d [1] => cron_last=%d ) Array ( [0] => db_update('quotes_blocks') [1] => ->fields(array( [2] => 'vid' => $block['vid'][0], [3] => 'cron_last' => REQUEST_TIME, [4] => )) [5] => ->condition('bid', $delta) [6] => ->execute(); ) db_update('quotes_blocks') ->fields(array( 'vid' => $block['vid'][0], 'cron_last' => REQUEST_TIME, )) ->condition('bid', $delta) ->execute(); params Array ( [account] => user_load($blk_uid) ) string array('account' => user_load($blk_uid)) PGPList ( [0] => PGPExpression ( [operand] => PGPFunctionCall ( [parent] => PGPNode ( [type-1] => 602 ) [type] => 601 [name] => Array ( [type] => 306 (T_STRING) [value] => drupal_get_path ) [noparens] => 0 [parameters] => PGPList ( [0] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'module' ) ) [1] => PGPExpression ( [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => 'quotes' ) ) ) [parentExpression] => PGPExpression ( [type-1] => ) [debug] => ) [operator] => . [operand] => Array ( [type] => 314 (T_CONSTANT_ENCAPSED_STRING) [value] => '/quotes.js' ) ) ) $values ==> Array ( [0] => $delta ) $matches ==> Array ( [0] => SELECT qb.* FROM {quotes_blocks} qb WHERE bid = %d [1] => SELECT qb.* FROM {quotes_blocks} qb WHERE [2] => bid = %d ) $conditions ==> Array ( [0] => Array ( [0] => bid = %d ) [1] => Array ( [0] => bid ) [2] => Array ( [0] => = ) [3] => Array ( [0] => ) [4] => Array ( [0] => ) [5] => Array ( [0] => ) [6] => Array ( [0] => ) ) params Array ( [:bid] => $delta ) string array(':bid' => $delta) $string ==> array(':bid' => $delta) coder_upgrade_upgrade_call_taxonomy_form_all_alter $values ==> Array ( [0] => $vals ) Array ( ) Array ( [0] => ) Array ( [0] => db_update('') [1] => ->fields(array( [2] => '' => , [3] => )) [4] => ->execute(); ) db_update('') ->fields(array( '' => , )) ->execute(); PGPExpression ( [operand] => PGPOperand ( [type] => 306 [value] => REQUEST_TIME ) ) $values ==> Array ( [0] => REQUEST_TIME ) $matches ==> Array ( [0] => SELECT qb.* FROM {quotes_blocks} qb INNER JOIN {block} b ON b.module = 'quotes' WHERE b.status = 1 AND qb.cron_interval > 0 AND (qb.vid = 0 OR (qb.cron_last + (qb.cron_step * qb.cron_interval)) < %d) [1] => SELECT qb.* FROM {quotes_blocks} qb INNER JOIN {block} b ON b.module = 'quotes' WHERE [2] => b.status = 1 AND qb.cron_interval > 0 AND (qb.vid = 0 OR (qb.cron_last + (qb.cron_step * qb.cron_interval)) < %d) ) $conditions ==> Array ( [0] => Array ( [0] => b.status = 1 [1] => qb.cron_interval > 0 [2] => (qb.vid = 0 [3] => qb.cron_interval)) < %d ) [1] => Array ( [0] => [1] => [2] => [3] => qb.cron_interval)) ) [2] => Array ( [0] => [1] => [2] => [3] => < ) [3] => Array ( [0] => b.status [1] => qb.cron_interval [2] => (qb.vid [3] => ) [4] => Array ( [0] => = [1] => > [2] => = [3] => ) [5] => Array ( [0] => 1 [1] => 0 [2] => 0 [3] => ) [6] => Array ( [0] => [1] => [2] => [3] => ) ) params Array ( [:qb.cron_interval))] => REQUEST_TIME ) string array(':qb.cron_interval))' => REQUEST_TIME) params Array ( [:qb.cron_interval))] => REQUEST_TIME [:(qb.vid] => 0 ) string array(':(qb.vid' => 0, ':qb.cron_interval))' => REQUEST_TIME) params Array ( [:qb.cron_interval))] => REQUEST_TIME [:(qb.vid] => 0 [:qb.cron_interval] => 0 ) string array(':qb.cron_interval' => 0, ':(qb.vid' => 0, ':qb.cron_interval))' => REQUEST_TIME) params Array ( [:qb.cron_interval))] => REQUEST_TIME [:(qb.vid] => 0 [:qb.cron_interval] => 0 [:b.status] => 1 ) string array(':b.status' => 1, ':qb.cron_interval' => 0, ':(qb.vid' => 0, ':qb.cron_interval))' => REQUEST_TIME) $string ==> array(':b.status' => 1, ':qb.cron_interval' => 0, ':(qb.vid' => 0, ':qb.cron_interval))' => REQUEST_TIME) PGPExpression ( [operand] => PGPOperand ( [type] => 306 [value] => REQUEST_TIME ) ) $values ==> Array ( [0] => $quotes[0] [1] => REQUEST_TIME [2] => $block['bid'] ) Array ( [0] => UPDATE {quotes_blocks} SET vid = %d, cron_last = %d WHERE bid = %d [1] => quotes_blocks [2] => vid = %d, cron_last = %d [3] => bid = %d ) Array ( [0] => vid = %d [1] => cron_last = %d ) Array ( [0] => db_update('quotes_blocks') [1] => ->fields(array( [2] => 'vid' => $quotes[0], [3] => 'cron_last' => REQUEST_TIME, [4] => )) [5] => ->condition('bid', $block['bid']) [6] => ->execute(); ) db_update('quotes_blocks') ->fields(array( 'vid' => $quotes[0], 'cron_last' => REQUEST_TIME, )) ->condition('bid', $block['bid']) ->execute(); temp = t("!name's !menu", array('!menu' => $menu_title, '!name' => $name)) params Array ( [tags] => NULL ) string array('tags' => NULL) params Array ( [uid] => $user ) string array('uid' => $user) params Array ( [uid] => $user ) string array('uid' => $user)