Searched refs:age (Results 1 – 21 of 21) sorted by relevance
/php-src/ext/simplexml/tests/ |
H A D | 014.phpt | 15 var_dump($people->person['age']); 19 $people->person['age'] = 30; 20 var_dump($people->person['age']); 22 unset($people->person['age']); 24 var_dump($people->person['age']); 25 var_dump(isset($people->person['age'])); 26 $people->person['age'] = 30; 28 var_dump($people->person['age']); 29 $people->person['age'] += 5; 30 var_dump($people->person['age']);
|
H A D | 014a.phpt | 15 var_dump($people->person[0]['age']); 19 $people->person[0]['age'] = 30; 20 var_dump($people->person[0]['age']); 22 unset($people->person[0]['age']); 24 var_dump($people->person[0]['age']); 25 var_dump(isset($people->person[0]['age'])); 27 var_dump($people->person[0]['age']); 28 $people->person['age'] += 5; 29 var_dump($people->person[0]['age']);
|
H A D | 014b.phpt | 16 var_dump($people->person[1]['age']); 20 $people->person[1]['age'] = 30; 21 var_dump($people->person[1]['age']); 23 unset($people->person[1]['age']); 25 var_dump($people->person[1]['age']); 26 var_dump(isset($people->person[1]['age'])); 28 $people->person[1]['age'] += 5; 29 var_dump($people->person[1]['age']);
|
/php-src/ext/session/tests/ |
H A D | session_start_variation6.phpt | 19 $_SESSION['age'] = 6; 40 ["age"]=> 51 ["age"]=> 61 ["age"]=>
|
H A D | session_start_variation5.phpt | 19 $_SESSION['age'] = 6; 39 ["age"]=> 50 ["age"]=>
|
H A D | session_start_variation7.phpt | 19 $_SESSION['age'] = 6; 40 ["age"]=> 51 ["age"]=>
|
/php-src/ext/sqlite3/tests/ |
H A D | bug70628.phpt | 11 $sth = $db->prepare("INSERT INTO Dogs (Breed, Name, Age) VALUES (:breed,:name,:age)"); 15 $sth->bindValue(':age', 7, SQLITE3_INTEGER); 22 $sth->bindValue(':age', 3, SQLITE3_INTEGER);
|
H A D | bug71049.phpt | 10 $db->exec('CREATE TABLE test (age INTEGER, id STRING)');
|
/php-src/ext/soap/tests/bugs/ |
H A D | bug68361.phpt | 25 <xsd:element name="age" type="xsd:int"/> 32 <xsd:element name="age" type="xsd:int"/> 108 int age; 112 int age;
|
/php-src/ext/standard/tests/network/ |
H A D | bug72071.phpt | 2 Bug #72071 setcookie allows max-age to be negative
|
/php-src/ext/standard/tests/array/ |
H A D | array_slice.phpt | 16 array(12, "name", 'age', '45'), 1085 string(3) "age" 1095 string(3) "age" 1101 string(3) "age" 1111 string(3) "age" 1125 string(3) "age" 1135 string(3) "age" 1149 string(3) "age" 1163 string(3) "age" 1173 string(3) "age"
|
H A D | extract_variation4.phpt | 10 array( 12, "name", 'age', '45' ),
|
H A D | array_key_first.phpt | 19 array( 12, "name", 'age', '45' ), 206 string(3) "age"
|
H A D | array_key_last.phpt | 19 array( 12, "name", 'age', '45' ), 206 string(3) "age"
|
H A D | array_pop.phpt | 22 array( 12, "name", 'age', '45' ), 207 string(3) "age"
|
H A D | array_pop_variation.phpt | 17 array( 12, "name", 'age', '45' ),
|
H A D | array_push.phpt | 22 array( 12, "name", 'age', '45' ), 230 string(3) "age"
|
H A D | 005.phpt | 22 array( 12, "name", 'age', '45' ), 234 string(3) "age"
|
/php-src/ext/curl/tests/ |
H A D | curl_version_basic_001.phpt | 9 var_dump($info_curl["age"]);
|
/php-src/build/ |
H A D | ltmain.sh | 2672 major=`expr $current - $age` 3272 age="$number_minor" 3278 age="0" 3282 age="$number_minor" 3291 age="$4" 3314 case $age in 3339 major=.`expr $current - $age` 3383 major=.`expr $current - $age` 3393 loop=$age 3412 major=`expr $current - $age` [all …]
|
/php-src/ext/curl/ |
H A D | interface.c | 258 snprintf(str, sizeof(str), "%d", d->age); in PHP_INI_END() 1010 CAAL("age", d->age); in PHP_FUNCTION() 1092 if (d->age >= 1) { in PHP_FUNCTION() 1096 if (d->age >= 2) { in PHP_FUNCTION() 1099 if (d->age >= 3) { in PHP_FUNCTION() 1103 if (d->age >= 4) { in PHP_FUNCTION()
|
Completed in 71 milliseconds